home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 36 / Amiga Format CD36 (1999-01-22)(Future Publishing)(GB)[!][issue 1999-02].iso / -seriously_amiga- / graphics / bdanim / rexx / aquit.rexx < prev    next >
OS/2 REXX Batch file  |  1998-11-30  |  61b  |  10 lines

  1. /* quit anim*/
  2.  
  3. parse arg port
  4. address VALUE port
  5.  
  6. 'quit'
  7.  
  8.  
  9.  
  10.